Deep Link
例
iosアプリのURLをタップしたら、app storeのアプリが起動してそのアプリのページに飛ぶ
twitter上でGithubのリンクをタップしたら、GitHubアプリが起動して、該当のページに飛ぶ
#??
プッシュ通知で表示されたポップアップをタップすると、そのアプリの特定のページに遷移するやつもDeep Linkと呼ぶ?
Deferred Deep Link
https://zenn.dev/iceman/articles/26662bcfff207f#deferred-deep-link
遷移先のアプリがまだスマホに入っていない状態でのDeep Link
Universal Link
https://zenn.dev/iceman/articles/26662bcfff207f#univarsal-links
App Indexing
expo-linking
React NavigationのDeep Link
https://developers.line.biz/ja/docs/line-login/using-line-url-scheme/
LINEの公開しているディープリンクのdocs
細かく用意していてすごいmrsekut.icon
Deep Linkにまつわる脆弱性
https://reactnative.dev/docs/security#authentication-and-deep-linking
Deep Linkの構造をそもそもよくわかってないので読んでもよくわからないmrsekut.icon
https://thehackernews.com/2019/07/ios-custom-url-scheme.html
App-in-the-Middle Attack